/// <summary>
 /// Support for $select
 /// </summary>
 /// <param name="selectSupport">The value to set</param>
 /// <returns><see cref="CollectionPropertyRestrictionsTypeConfiguration"/></returns>
 public CollectionPropertyRestrictionsTypeConfiguration HasSelectSupport(SelectSupportConfiguration selectSupport)
 {
     _selectSupport = selectSupport;
     return(this);
 }
 /// <summary>
 /// Support for $select
 /// </summary>
 /// <param name="selectSupport">The value to set</param>
 /// <returns><see cref="NavigationPropertyRestrictionConfiguration"/></returns>
 public NavigationPropertyRestrictionConfiguration HasSelectSupport(SelectSupportConfiguration selectSupport)
 {
     _selectSupport = selectSupport;
     return(this);
 }