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