/// <param name='operations'> /// Reference to the MyUniversalWindows10App.IConference. /// </param> /// <param name='cancellationToken'> /// Cancellation token. /// </param> public static async Task <string> GetTopSpeakerNameAsync(this IConference operations, CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { Microsoft.Rest.HttpOperationResponse <string> result = await operations.GetTopSpeakerNameWithOperationResponseAsync(cancellationToken).ConfigureAwait(false); return(result.Body); }