public void CopyProperties(IMember other) { other.CheckArgument(nameof(other)); Id = other.Id; RowVersion = other.RowVersion; Name = other.Name; }