Tell StructureMap to use a specific constructor August 26, 2023 by Tarik Look at this. In short, you need to change OfConcreteType<Service1>() to ConstructedBy(() => new Service1());.