export interface NetworkProxy { get(url: string): Promise; send(url: string, payload: any): any; }