looks like there is possibility of `NullReferenceException` inside `GetOrElse` extension method, in case `obj` is null https://github.com/akkadotnet/akka.net/blob/9d5bc4c4ba2884f05dbebb18500418446e753116/src/core/Akka/Util/Internal/Extensions.cs#L147 Did run into it when accessing `ClusterReadView.Self`. Is that a bug? If so, I can prepare PR