public Task LeaveServer(string id) => _http.Delete <APIResponses.DeleteServer>(Endpoints.Server(id));