public bool CheckIfStartFromDateExist(DateTime startFrom) { return(_dataFetcher.CheckIfStartFromDateExist(startFrom)); }