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