/// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='projectName'>
 /// </param>
 /// <param name='categoryId'>
 /// </param>
 public static object DeleteCategory(this IDidacticalEnigmaMem operations, string projectName = default(string), System.Guid?categoryId = default(System.Guid?))
 {
     return(operations.DeleteCategoryAsync(projectName, categoryId).GetAwaiter().GetResult());
 }