List of utility methods to do Long to Boolean Convert
if (value == 1) { return true; } else { return false;