namespace Connected.Entities.Annotations
{
public class MemberAttribute : MappingAttribute
public string? Member { get; set; }
}