public void JsonProvider_GetsFeature()
        {
            b.Info.Flow();

            Assert.Throws <ArgumentOutOfRangeException>(() => {
                var js  = new FeatureLocalJsonProvider();
                var bfo = new BaseFeatureOptions(null);
                js.Initialise(bfo);
            });
        }
 public void Initialise(BaseFeatureOptions bfo)
 {
     throw new System.NotImplementedException();
 }