export interface IPersistible { save(T: any): void; }