public GroceryHubFeatureContext AddSubstitute(string key, string value) { _substituter.AddSubstitute(key, value); return(this); }
public MyMovieTheaterFeatureContext AddSubstitute(string key, string value) { _substituter.AddSubstitute(key, value); return(this); }