public void GetAdapterType_adapter_factory_t_should_filter_on_role()
        {
            IAdapterFactory fc = new AdapterFactory <StreamingSource>(AdapterRole.StreamingSource);

            Assert.Null(fc.GetAdapterType(typeof(IProperties), "Builder"));
        }