export interface IConnection { request(method: string): any; }