static String getValue(String code) => PrinterStatus.values .firstWhere((activity) => activity.code == code) .value;