A test was updated to use the async method for the raw response.
Cleaned up a few keyword parameters that actually didn't do anything, including some get_raw_response keywords.
Actually use the cache parameter in get_ephemerides.
Renamed a method to indicate that it is private (it isn't really useful outside of this module).
Updated remote tests. In particular, moved uncertainty column testing to use mocked data to avoid replacing yet another target that does not return uncertainty info anymore.
Instead, direct users to use the async method.