private User GetUser(string code) { string token = vk.GetAccessToken(code, out long vkId); return(new User(GetUserIP(), vkId, token)); }