/// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static IList <Categories> GetAll(this IBackEndClient operations)
 {
     return(operations.GetAllAsync().GetAwaiter().GetResult());
 }