namespace DaSaSo.Domain.Model { public class SewerPoint : DomainObject { public string Objektnummer { get; set; } } }