- Converted the SaveManager.Exists method and the default FileHandler method to be async. This isn't necessary for typical file I/O but can be useful in the case of custom file handlers that have a wait time associated with checking for file availability.
- Fixed an issue where the method signature of Exists could not be overridden properly in custom file handlers due to the absence of a cancellation token.