diff --git a/EnvelopeGenerator.Application/Signatures/Commands/SignCommand.cs b/EnvelopeGenerator.Application/Signatures/Commands/SignCommand.cs
index f8e98b45..7b1b93f1 100644
--- a/EnvelopeGenerator.Application/Signatures/Commands/SignCommand.cs
+++ b/EnvelopeGenerator.Application/Signatures/Commands/SignCommand.cs
@@ -22,11 +22,6 @@ public record SignCommand : IRequest
[Obsolete("This notification is deprecated. Use Signature.Commands.SignCommand instead.")]
public PsPdfKitAnnotation? PsPdfKitAnnotation { get; init; }
- ///
- /// Gets the email template type.
- ///
- public EmailTemplateType TemplateType => EmailTemplateType.DocumentSigned;
-
///
/// Gets the email address of the receiver.
///