#pragma warning restore 649 private void Update() { if (_keyboard.IsKeyPressed(KeyCode.A)) { _logger.Info(_time.DeltaTime().ToString()); } }