public static bool Write (this IByteOutDevice me, IByteInDevice device)
		{
			return me.Write(device.AsEnumerable());
		}