in src/main/scala/com/gu/commercial/branding/BrandingType.scala [22:28]
def fromSponsorshipType(sponsorshipType: SponsorshipType): BrandingType = {
sponsorshipType match {
case SponsorshipType.PaidContent => PaidContent
case SponsorshipType.Foundation => Foundation
case _ => Sponsored
}
}