export interface IUnitOfWork { saveAsync(): Promise; }