namespace Aufgabe22; public class Employee { public string Firstname { get; set; } public string Lastname { get; set; } public int Id { get; set; } }