private async void CapturePicture()
        {
            _imgSrc = await _reader.Capture();

            StateHasChanged();
        }