/// <summary>
 /// Returns the net expenses.
 /// </summary>
 public double EndOfYear() => Houses.Sum(w => w.EndOfYear());