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