public Task <AsyncJobResponse> StopRouterAsync(StopRouterRequest request) => Proxy.RequestAsync <AsyncJobResponse>(request);
 public AsyncJobResponse StopRouter(StopRouterRequest request) => Proxy.Request <AsyncJobResponse>(request);