/// <summary>
 /// Add new entity to msdyn_bcgov_customaddress_knowledgearticlset
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='body'>
 /// New entity
 /// </param>
 /// <param name='prefer'>
 /// Required in order for the service to return a JSON representation of the
 /// object.
 /// </param>
 public static MicrosoftDynamicsCRMmsdynBcgovCustomaddressKnowledgearticl Create(this IMsdyncustomaddressknowledgearticlset operations, MicrosoftDynamicsCRMmsdynBcgovCustomaddressKnowledgearticl body, string prefer = "return=representation")
 {
     return(operations.CreateAsync(body, prefer).GetAwaiter().GetResult());
 }
 /// <summary>
 /// Get entities from msdyn_bcgov_customaddress_knowledgearticlset
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='top'>
 /// </param>
 /// <param name='skip'>
 /// </param>
 /// <param name='search'>
 /// </param>
 /// <param name='filter'>
 /// </param>
 /// <param name='count'>
 /// </param>
 /// <param name='orderby'>
 /// Order items by property values
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MsdyncustomaddressknowledgearticlsetGetResponseModel Get(this IMsdyncustomaddressknowledgearticlset operations, int?top = default(int?), int?skip = default(int?), string search = default(string), string filter = default(string), bool?count = default(bool?), IList <string> orderby = default(IList <string>), IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.GetAsync(top, skip, search, filter, count, orderby, select, expand).GetAwaiter().GetResult());
 }
 /// <summary>
 /// Get entities from msdyn_bcgov_customaddress_knowledgearticlset
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='top'>
 /// </param>
 /// <param name='skip'>
 /// </param>
 /// <param name='search'>
 /// </param>
 /// <param name='filter'>
 /// </param>
 /// <param name='count'>
 /// </param>
 /// <param name='orderby'>
 /// Order items by property values
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <MsdyncustomaddressknowledgearticlsetGetResponseModel> GetAsync(this IMsdyncustomaddressknowledgearticlset operations, int?top = default(int?), int?skip = default(int?), string search = default(string), string filter = default(string), bool?count = default(bool?), IList <string> orderby = default(IList <string>), IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetWithHttpMessagesAsync(top, skip, search, filter, count, orderby, select, expand, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
 /// <summary>
 /// Update entity in msdyn_bcgov_customaddress_knowledgearticlset
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='msdynBcgovCustomaddressKnowledgearticlid'>
 /// key: msdyn_bcgov_customaddress_knowledgearticlid
 /// </param>
 /// <param name='body'>
 /// New property values
 /// </param>
 public static void Update(this IMsdyncustomaddressknowledgearticlset operations, string msdynBcgovCustomaddressKnowledgearticlid, MicrosoftDynamicsCRMmsdynBcgovCustomaddressKnowledgearticl body)
 {
     operations.UpdateAsync(msdynBcgovCustomaddressKnowledgearticlid, body).GetAwaiter().GetResult();
 }
 /// <summary>
 /// Update entity in msdyn_bcgov_customaddress_knowledgearticlset
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='msdynBcgovCustomaddressKnowledgearticlid'>
 /// key: msdyn_bcgov_customaddress_knowledgearticlid
 /// </param>
 /// <param name='body'>
 /// New property values
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task UpdateAsync(this IMsdyncustomaddressknowledgearticlset operations, string msdynBcgovCustomaddressKnowledgearticlid, MicrosoftDynamicsCRMmsdynBcgovCustomaddressKnowledgearticl body, CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.UpdateWithHttpMessagesAsync(msdynBcgovCustomaddressKnowledgearticlid, body, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }
 /// <summary>
 /// Delete entity from msdyn_bcgov_customaddress_knowledgearticlset
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='msdynBcgovCustomaddressKnowledgearticlid'>
 /// key: msdyn_bcgov_customaddress_knowledgearticlid
 /// </param>
 /// <param name='ifMatch'>
 /// ETag
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task DeleteAsync(this IMsdyncustomaddressknowledgearticlset operations, string msdynBcgovCustomaddressKnowledgearticlid, string ifMatch = default(string), CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.DeleteWithHttpMessagesAsync(msdynBcgovCustomaddressKnowledgearticlid, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }
 /// <summary>
 /// Delete entity from msdyn_bcgov_customaddress_knowledgearticlset
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='msdynBcgovCustomaddressKnowledgearticlid'>
 /// key: msdyn_bcgov_customaddress_knowledgearticlid
 /// </param>
 /// <param name='ifMatch'>
 /// ETag
 /// </param>
 public static void Delete(this IMsdyncustomaddressknowledgearticlset operations, string msdynBcgovCustomaddressKnowledgearticlid, string ifMatch = default(string))
 {
     operations.DeleteAsync(msdynBcgovCustomaddressKnowledgearticlid, ifMatch).GetAwaiter().GetResult();
 }
 /// <summary>
 /// Get entity from msdyn_bcgov_customaddress_knowledgearticlset by key
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='msdynBcgovCustomaddressKnowledgearticlid'>
 /// key: msdyn_bcgov_customaddress_knowledgearticlid
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <MicrosoftDynamicsCRMmsdynBcgovCustomaddressKnowledgearticl> GetByKeyAsync(this IMsdyncustomaddressknowledgearticlset operations, string msdynBcgovCustomaddressKnowledgearticlid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetByKeyWithHttpMessagesAsync(msdynBcgovCustomaddressKnowledgearticlid, select, expand, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
 /// <summary>
 /// Get entity from msdyn_bcgov_customaddress_knowledgearticlset by key
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='msdynBcgovCustomaddressKnowledgearticlid'>
 /// key: msdyn_bcgov_customaddress_knowledgearticlid
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMmsdynBcgovCustomaddressKnowledgearticl GetByKey(this IMsdyncustomaddressknowledgearticlset operations, string msdynBcgovCustomaddressKnowledgearticlid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.GetByKeyAsync(msdynBcgovCustomaddressKnowledgearticlid, select, expand).GetAwaiter().GetResult());
 }
 /// <summary>
 /// Add new entity to msdyn_bcgov_customaddress_knowledgearticlset
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='body'>
 /// New entity
 /// </param>
 /// <param name='prefer'>
 /// Required in order for the service to return a JSON representation of the
 /// object.
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <MicrosoftDynamicsCRMmsdynBcgovCustomaddressKnowledgearticl> CreateAsync(this IMsdyncustomaddressknowledgearticlset operations, MicrosoftDynamicsCRMmsdynBcgovCustomaddressKnowledgearticl body, string prefer = "return=representation", CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.CreateWithHttpMessagesAsync(body, prefer, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }