interface Detachable
detach
abstract fun detach(): Unit
StackService
interface StackService : Attachable, Detachable, Closeable
Service that communicates with top of the stack