I forgot how work with expressions. But I need multilines
Expression<Func<Location, string>> f = location =>
{
string phone = location.Phone;
PhoneNumberHelper.TryFormat(location.Phone, out phone);
return phone;
};
Error 2 A lambda expression with a statement body cannot be converted to an expression tree