public KundeDto GetKundeById(int id) { WriteActualMethod(); Kunde k = BusinessComponent.GetKundeById(id); return(k.ConvertToDto()); }