I am trying to include the following in my C# code snippet into my controller:
return NotFound($"Could not find item with id of {command.ID}");
When I try to add it to the code snippet and execute the snippet, everything after the (
is not there.