public object Any(ServiceCreation request) { this.RequestCounter++; return(new ServiceCreationResponse() { RequestCount = this.RequestCounter }); }
public object Any(ServiceCreation request) { this.RequestCounter++; return new ServiceCreationResponse() { RequestCount = this.RequestCounter }; }