public void UpdateRecurringPayment(RecurringPayment recurringPayment)
 {
     throw new NotImplementedException();
 }
 public void InsertRecurringPayment(RecurringPayment recurringPayment)
 {
     throw new NotImplementedException();
 }
 public bool CanCancelRecurringPayment(Member memberToValidate, RecurringPayment recurringPayment)
 {
     throw new NotImplementedException();
 }
 public bool CanCancelRecurringPayment(Member memberToValidate, RecurringPayment recurringPayment)
 {
     throw new NotImplementedException();
 }
 public void UpdateRecurringPayment(RecurringPayment recurringPayment)
 {
     throw new NotImplementedException();
 }
 public void InsertRecurringPayment(RecurringPayment recurringPayment)
 {
     throw new NotImplementedException();
 }