public void CopyProperties(IPayment other) { other.CheckArgument(nameof(other)); Id = other.Id; RowVersion = other.RowVersion; Title = other.Title; Amount = other.Amount; Date = other.Date; }