bool ServiceControl.Stop(HostControl hostControl) { _fiber.AddAndWait(StopService, _shutdownTimeout); return(_serviceHandle == null); }