namespace SharedModule { public class TextReceivedEventData { public string ReceivedText { get; set; } } }