namespace LinkToolAddin.message; public interface MessageListItem { string role { get; set; } string content { get; set; } }