RegisterClone(string cloneName, string clonePath, bool force)
 {
     if (clonePath != null)
     {
         PyRevitClones.RegisterClone(cloneName, clonePath, forceUpdate: force);
     }
 }