static async Task Main(string[] args)
        {
            _smtpSetting = GetMyClient();

            await SendEmailAsync();
        }