Is it possible to bind different interfaces to the same instance of a class implementing all of them? August 5, 2023 by Tarik It is very easy using V3.0.0 Bind<I1, I2, I3>().To<Impl>().InSingletonScope();