/// <summary>
 /// Restrictions on orderby expressions
 /// </summary>
 /// <param name="sortRestrictions">The value to set</param>
 /// <returns><see cref="CollectionPropertyRestrictionsTypeConfiguration"/></returns>
 public CollectionPropertyRestrictionsTypeConfiguration HasSortRestrictions(SortRestrictionsConfiguration sortRestrictions)
 {
     _sortRestrictions = sortRestrictions;
     return(this);
 }
 /// <summary>
 /// Restrictions on orderby expressions
 /// </summary>
 /// <param name="sortRestrictions">The value to set</param>
 /// <returns><see cref="NavigationPropertyRestrictionConfiguration"/></returns>
 public NavigationPropertyRestrictionConfiguration HasSortRestrictions(SortRestrictionsConfiguration sortRestrictions)
 {
     _sortRestrictions = sortRestrictions;
     return(this);
 }