public Response Any(LocalhostRestrictionOnService request)
 {
     return(new Response());
 }
 public object Any(LocalhostRestrictionOnService request) => request;