pub struct ContactInformation {
	pub pref :		u8,
	pub value :		String,
	pid :			u8,
	pub typ : ContactPlatform
}
