-
When working within a closed system which uses WCF and an IoC container you will often find the following pattern: What happens is the SomeAppService is often, but not always, a very thin wrapper over the WCF Service. If you own both ends of this scenario its often nice to remove the WCF...