is it possible in Linq to select from IEnumerable of this object
public class Foo { public int Id { get; set; } public string Type { get; set; } }