I have created a generic method. The typeparameter could be any enum:
private AdditionalFields GetAdditionalFields(params T[] fields) where T: st