private bool CheckUser(string email, string token) { if (httpManager.UserCacheReq(email) == token) { return(true); } return(false); }