namespace Yavsc.Interfaces { public interface ILocation { string Address { get; set; } long Id { get; set; } } }