private static bool FilterOwner(Owner owner) => owner.Name.Length > 3;
private static string SelectOwnerName(Owner owner) => owner.Name;