public static Task <int> GetGroupConnectionCountAsync(this IConnectionMapping map, string group)
 {
     return(map.GetConnectionCountAsync(GroupPrefix + group));
 }