public static IGroup Execute(this IGroupFetcher group)
 {
     return(AsyncHelper.RunSync(async() => await group.ExecuteAsync()));
 }