Provides extension methods for Uri objects to support OData query string construction.
public static class EasyAF_Http_UriExtensions
public static Uri ToODataUri(this Uri uri, bool dollarSign = true, string filter = null, int? top = null, int? skip = null, string orderby = null, string expand = null, string select = null, bool? count = null)