func (client *SIRILiteClient) getURL(requestType requestType) string {
    switch requestType {
    case SUBSCRIPTION:
        if client.httpClient.SubscriptionsUrl != "" {
            return client.httpClient.SubscriptionsUrl