public MonthlyPaymentService()
 {
     _lastMonthBalance = BalanceReadWrite.Read();
     SetPaymentTimer();
 }
 public WeeklyPaymentService()
 {
     _lastWeekBalance = BalanceReadWrite.Read();
     SetUtilitiesPaymentTimer();
 }