Returns base url depending on test mode
static String getBaseUrl(final bool isTestMode) { return isTestMode ? _DEBUG_BASE_URL : _PROD_BASE_URL; }