/// <summary>
 /// Registers the tenant and email combination for verification.
 /// </summary>
 /// <remarks>
 /// Register an email for the current tenant
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='location'>
 /// Location of the registration
 /// </param>
 public static EmailRegistration RegisterEmail(this IEmailRegistrationsOperations operations, string location)
 {
     return(operations.RegisterEmailAsync(location).GetAwaiter().GetResult());
 }