public BaseSetting Copy() { var setting = new BaseSetting(); setting.CopyFrom(this); return(setting); }