public void is_registered()
 {
     var services = new FubuRegistry().BuildGraph().Services;
     services.ServicesFor(typeof(IConverterFamily)).Select(x => x.Type)
         .ShouldContain(typeof(AspNetPassthroughConverter));
 }