main
 1using System;
 2using presentation.windows.common;
 3
 4namespace presentation.windows.events
 5{
 6    public class SelectedFamilyMember : IEvent
 7    {
 8        public Guid id { get; set; }
 9    }
10}