Kyle Ross
Kyle Ross
[PlaybackState.OffsetInMilliseconds](https://github.com/timheuer/alexa-skills-dotnet/blob/1c69846869e06159c137d7435d32a8334a9d00fc/Alexa.NET/Request/Type/PlaybackState.cs#L15) and [AudioPlayerRequest.OffsetInMilliseconds](https://github.com/timheuer/alexa-skills-dotnet/blob/1c69846869e06159c137d7435d32a8334a9d00fc/Alexa.NET/Request/Type/AudioPlayerRequest.cs#L15) both use type `long`, as `AudioItemStream` should as well [as per Alexa developer documentation](https://developer.amazon.com/en-US/docs/alexa/custom-skills/audioplayer-interface-reference.html#:~:text=audioItem.stream.%20offsetInMilliseconds).
### Reproduction steps Use the "Commands.Move" function to rename a folder in a git repository. ### Expected behavior Folder is renamed in the git repository ### Actual behavior Getting unhandled...