diff --git a/Src/SmtpLw/SmtpLwClient.cs b/Src/SmtpLw/SmtpLwClient.cs
index 99f52b3..dec93a9 100644
--- a/Src/SmtpLw/SmtpLwClient.cs
+++ b/Src/SmtpLw/SmtpLwClient.cs
@@ -1,4 +1,4 @@
-// ***********************************************************************
+// ***********************************************************************
// Assembly : SmtpLw
// Author : Guilherme Branco Stracini
// Created : 07-05-2020
@@ -33,7 +33,6 @@ namespace SmtpLw
/// Implements the
///
///
-
[ExcludeFromCodeCoverage]
public class SmtpLwClient : ISmtpLwClient
{
diff --git a/Src/SmtpLw/SmtpLwException.cs b/Src/SmtpLw/SmtpLwException.cs
index 4364fdc..a7ad30f 100644
--- a/Src/SmtpLw/SmtpLwException.cs
+++ b/Src/SmtpLw/SmtpLwException.cs
@@ -1,4 +1,4 @@
-// ***********************************************************************
+// ***********************************************************************
// Assembly : SmtpLw
// Author : Guilherme Branco Stracini
// Created : 07-05-2020
@@ -21,7 +21,6 @@ namespace SmtpLw
/// Implements the
///
///
-
[ExcludeFromCodeCoverage]
[Serializable]
public class SmtpLwException : Exception