Exemplo n.º 1
0
 private async Task <(Guid, bool)> CreateGroupAsync(string name)
 {
     return(await groups.CreatAsync(name));
 }