public SoccerResultsSiteScraperService(ISoccerMatchStatsSiteScrapperService soccerMatchStatsSiteScrapperService)
 {
     _soccerMatchStatsSiteScrapperService = soccerMatchStatsSiteScrapperService;
     _mainUrl = $"{ConfigurationManager.AppSettings["FlashScoreUrl"]}";
 }
 public SoccerMatchStatsSiteScrapperServiceTests()
 {
     _serviceUnderTest = new SoccerMatchStatsSiteScrapperService();
 }