protected string FormatEventDate(Campaign campaign) { return(campaign == null ? string.Empty : ContentUtility.FormatEventDate(XrmContext, campaign, campaign.MSA_StartDateTime)); }