Here's an implementation of the Common Service Locator for MAF : public class MafServiceLocator : IServiceLocator { #region Public constructor public MafServiceLocator() { this.Path = Environment.CurrentDirectory; this.Level = AddInSecurityLevel.FullTrust;...