GetGUID(this cPointObj obj, string Name) { string GUID; GUID = default(string); var res = obj.GetGUID(Name, ref GUID); return(GUID); }