export interface IVerification { Provider: string; VerificationCode: string; RemoteIP: string; }