/// <summary>
 /// Get String value when no string value is sent in response payload
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static string GetNotProvided(this IStringModel operations)
 {
     return(operations.GetNotProvidedAsync().GetAwaiter().GetResult());
 }