private async Task <User> GetUser(string userName) => await cacheRepository.GetUser(userName) ?? await githubRepository.GetUser(userName);