export interface IAdapter { shutdown: () => Promise; }