public void ThenShouldDisplayInThePopup(string reportOption)
 {
     distributionTab.GetReportOption().Should().Contain(reportOption);
 }