protected void SendNotFoundResult()
 {
     EnsureAtMostOneResultSent();
     var result = new NotFoundFailedResult() { Id = Id };
     result.Send(Configuration);
 }