namespace Features
{
public class Employee
public int Id { get; set; }
public string Name { get; set; }
}