AppService
Base interface for Treehouse applications. Each application should extend this interface to declare APIs that are declared by downloaded code and called from host code.
Note that due to a Zipline limitation it's necessary for implementing classes to declare a direct dependency on ZiplineService. https://github.com/cashapp/zipline/issues/765