export interface IVerificationService { verify(data: any): Promise; isReady(): boolean; getName(): string; }