public AuthenticationHandler(IHelperFunction helper, ContentoContext context)
 {
     _helper  = helper;
     _context = context;
 }
 public CreateCustomerAccountHandler(ContentoContext context, IHelperFunction helper)
 {
     _context = context;
     _helper  = helper;
 }