public UserTicketRepository(DatabaseContext context, CustomIDataProtection protector)
 {
     _context   = context;
     _protector = protector;
 }