/// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 /// <param name='projectId'>
 /// </param>
 /// <param name='correlationId'>
 /// </param>
 public static QueryContextsResult GetContexts(this IDidacticalEnigmaMem operations, System.Guid?id = default(System.Guid?), string projectId = default(string), string correlationId = default(string))
 {
     return(operations.GetContextsAsync(id, projectId, correlationId).GetAwaiter().GetResult());
 }