public Task <ApplicationRole> FindByIdAsync(int roleId) { return(Task.FromResult(new ApplicationRole(_dataProvider.GetRole(roleId)))); }