function isProduction()
{
// In production environment it should return true and in development environment it should return false
return true;
}

