private string NotFoundFormatter(ICodec codec, ProjectionManagementMessage.NotFound message)
 {
     return(message.Reason);
 }
 private ResponseConfiguration NotFoundConfigurator(ICodec codec, ProjectionManagementMessage.NotFound message)
 {
     return(new ResponseConfiguration(404, "Not Found", "text/plain"));
 }