private static Address NakedAddress(Address address) { return address.WithProtocol(string.Empty) .WithSystem(string.Empty); }