/// <summary>
 /// Reset Policy.
 /// </summary>
 /// <remarks>
 /// Resets the Learning settings of the Personalizer service to default.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static PolicyContract Reset(this IPolicy operations)
 {
     return(operations.ResetAsync().GetAwaiter().GetResult());
 }