Пример #1
0
 public Task LeaveServer(string id)
 => _http.Delete <APIResponses.DeleteServer>(Endpoints.Server(id));