namespace EnvelopeGenerator.Application.Contracts { public interface ICodeGenerator { string GenerateCode(int length); } }