public static Lazy <IFilter> GetFilterLazy(this IInjector injector)
 => new Lazy <IFilter>(() => injector.GetFilter(), false);