public static int? GetId( this Enum enumItem )
var departmentId = GroupType.Department.GetId();
In This Article