public void CanBeInitializedWithBspMarketsOnly()
 {
     _marketFilter.WithBspMarketsOnly();
     Assert.True(_marketFilter.BspMarket);
 }