public LogActionCommandHandler(IAccountsContext context)
 {
     _table = new AccountActionsTable(context);
 }
 public GetAccountActionsQueryHandler(IAccountsContext context)
 {
     _table = new AccountActionsTable(context);
 }