public IdentityResult CreateGroup(Group group)
 {
     _groupStore.Create(group);
     return(IdentityResult.Success);
 }