/// <summary>
 /// Return the service status in the form of the service status
 /// api model.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static StatusResponseApiModel GetStatus(this IAzureOpcTwinClient operations)
 {
     return(operations.GetStatusAsync().GetAwaiter().GetResult());
 }