public static Stream OpenRead (this IRandomAccessStream source, long offset) { if (source == null) throw new ArgumentNullException ("source"); throw new NotImplementedException(); }