namespace EnvelopeGenerator.Web.Models.Annotation; public interface IAnnotation { string Name { get; } double? Width { get; } double? Height { get; } double Left { get; } double Top { get; } }