/// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='material'> /// </param> /// <param name='lang'> /// </param> public static string DeleteMaterial(this IMaterialApi operations, LMSApplicationCoreCommandsDeleteMaterialCommand material, string lang) { return(operations.DeleteMaterialAsync(material, lang).GetAwaiter().GetResult()); }