namespace Azaion.Common.Database; public class AnnotationName { public string Name { get; set; } = null!; }