All campaigns implement this interface, which provides two primary attributes for campaigns: its name and type.
CampaignType Type { get; }
string Name { get; }