static Network pickNetworkTypeByPrefix(NetworkId networkPrefix) => NetworkType.all.where((_) => _.networkPrefix == networkPrefix).first;