public Element GetElement(CompositeType type)
    {
        if (type == null)
        {
            return(null);
        }

        return(type.GetElement());
    }