public IPropertyInformation FindInterfaceImplementation(Type implementationType)
        {
            ArgumentUtility.CheckNotNull("implementationType", implementationType);

            return(_implementationPropertyInfo.FindInterfaceImplementation(implementationType));
        }