httpHelper.get = async function (serverURL, query, payload) {
    return this.payload(payload).generalCall( serverURL + getQuery(query), 'GET' )
}