### Pre-requisites: <!-- Add a check to each item below by replacing "[ ]" with "[x]" (no spaces inside the brackets, lowercase x) --> - [x] Yes, I looked through both [open and closed issues](../issues?utf8=✓&q=is%3Aissue) looking for what I needed ## Feature Description <!-- What does your new feature do? How would users interact with it/use it? --> I want `FileBroker` to have synchronous methods that wrap around a `FileBrokerAsync` class. This allows users to ignore the async side of the library and make the usage much simpler. ## Additional Details <!-- This is your space to add anything you think is relevant -->
Pre-requisites:
Feature Description
I want
FileBrokerto have synchronous methods that wrap around aFileBrokerAsyncclass.This allows users to ignore the async side of the library and make the usage much simpler.
Additional Details