Пример #1
0
 public Task <string> GetServerStatus() => Task.FromResult(_worker.IsHealthServer() ? "UP" : "DOWN");