private void otpTick(object sender, EventArgs e) { Task.Run(() => { OTP.HandleOTP(); }); }
internal static void otpTick(Object state) { OTP.HandleOTP(); }