public GameRepository(WerewolfkillContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public DapperGameRepository(WerewolfkillContext context)
 {
     _context = context;
 }