public void AddINotifyPropertyChangedInterface(ProxyScope proxyScope)
 {
     if (!proxyScope.HasImplementedInterface(interfaceType))
     {
         proxyScope.AddInterfaceImplementation(interfaceType);
     }
 }