export interface IMailer { SendMail(to: string, subject: string, body: unknown): Promise; }