public async Task <string> GetFirstLoginDate(string user) { var date = await statsProvider.GetFirstLogin(user); return(FormatDate(date)); }