public object Clone() { CachePortsConfigParameters config = new CachePortsConfigParameters(); config.CacheId = CacheId != null ? (string)CacheId.Clone() : null; config.MangementPort = this.MangementPort; return(config); }