interface CompletionHandler
abstract fun onFailure(e: WavecellException): Unit
abstract fun onSuccess(): Unit