export interface IUserConfirmationPort { confirm(message: string): Promise; }