public void GetCharCount(byte[] bytes, int index, int count, int expected)
 {
     EncodingHelpers.GetCharCount(new UTF8Encoding(), bytes, index, count, expected);
 }