public void local_policy_in_the_main_app_is_only_applied_to_endpoints_in_the_main_app() { appChain.IsWrappedBy(typeof(LocalAppWrapper)).ShouldBeTrue(); pakChain.IsWrappedBy(typeof(LocalAppWrapper)).ShouldBeFalse(); }