interface IDisposableClient {
    deinitialize(): void;
    initialize(): Promise<void>;
}

Implemented by

Methods