public object Any(AlwaysThrows request)
 {
     throw new Exception(request.GetType().Name);
 }
 public object Any(AlwaysThrows request)
 {
     throw new Exception(request.GetType().Name);
 }