/// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='name'>
 /// </param>
 public static string Delete(this IHelloStringOperations operations, string name = default(string))
 {
     return(operations.DeleteAsync(name).GetAwaiter().GetResult());
 }