Пример #1
0
 private HttpNotFoundResult ResponseNotFound(string id, HttpStatusCode code)
 {
     return HttpNotFound($"Cannot find a response with the status code '{code.ToFriendlyString()}' on the mock with id '{id}'");
 }