@Filatura
Based on your fragment - better, works, is readable and copy + paste works also:
var tenant = PhoneSystem.Root.GetTenant();
var phoneBookEntries = tenant.FindContacts(callerNumber);
bool contactFound = phoneBookEntries.Count() > 0;
return contactFound;
But the code is bad and I don't...