public BotPlayerService(IShitheadService shitheadService)
 {
     _shitheadService = shitheadService;
 }
        private readonly double GAME_UPDATE_BOT = -4; // 4 seconds

        public GameService(ShitheadDBContext ctx, IShitheadService shitheadService, IBotPlayerService botPlayerService)
        {
            _ctx              = ctx;
            _shitheadService  = shitheadService;
            _botPlayerService = botPlayerService;
        }