export interface IBaseRequestArgument {
    parseQueryParameters(params: any): any;
}
