namespace Yavsc.Interfaces { public interface IContact { string OwnerId { get; set; } string UserId { get; set; } } }