Is your feature request related to a problem? Please describe.
The AtClient interface should not contain static methods that depend on AtClientImpl
The AtClient interface put/get methods should be polymorphic, i.e. single method that expects an AtKey
Describe the solution you'd like
Move static methods into an AtClients class (a la google Java / guava convention)
Describe alternatives you've considered
No response
Additional context
No response