public async Task <IList <ApplicationRole> > GetCurrentUserRoles() { var currentUser = await GetCurrentUser(); return(await ApplicationRole.GetRolesForUser(currentUser, userManager)); }