public DbGameService(BoardGameContext context) { this.context = context; }
public DbGamesHistoryService(BoardGameContext context) { this.context = context; }