public static IEnumerable <NetService> Raw(NetAddressVersion addressVersion) => NetService.GetRaw(addressVersion);
public static IEnumerable <NetService> Unix() => NetService.GetUnix();
public static IEnumerable <NetService> Udp(NetAddressVersion addressVersion) => NetService.GetUdp(addressVersion);