public User GetUser(int id) { return(Operation(() => { CheckIsUserAuthenticated(); return serverManager.GetUserById(id); })); }