- It is more efficient to use the null coalescing operator ?? that prevents the computation of the default value if the key has been found
- It is more efficient to use the null coalescing operator ?? that prevents the computation of the default value if the key has been found