using System.Collections.Generic;
public string FirstName { get; set; }
public string LastName { get; set; }
public int EmployeeId { get; set; }
public string FullName { get; set; }
public int EmpId { get; set; }
public IEnumerable<Bar> ConvertFooToBar(IEnumerable<Foo> foos)