/// <summary>
 /// Creates the specified EventMessage using POST.
 /// </summary>
 /// <param name="eventMessageToCreate">The EventMessage to create.</param>
 /// <returns>The created EventMessage.</returns>
 public System.Threading.Tasks.Task <EventMessage> CreateAsync(EventMessage eventMessageToCreate)
 {
     return(this.CreateAsync(eventMessageToCreate, CancellationToken.None));
 }
 /// <summary>
 /// Initializes any collection properties after deserialization, like next requests for paging.
 /// </summary>
 /// <param name="eventMessageToInitialize">The <see cref="EventMessage"/> with the collection properties to initialize.</param>
 private void InitializeCollectionProperties(EventMessage eventMessageToInitialize)
 {
 }