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