//===========================================================================================
        private void ReplaceWithType(XElement annotation, string typeName)
        {
            AddArguments(annotation.Parent, _GraphicsMagickNET.GetConstructors(typeName));

            annotation.Remove();
        }