public IResult PauseCoordinator(HttpContext httpContext) { _coordinator.Pause(); return(new EmptyResult()); }