public static string ContentAsUnicode(this Blob blob) { Ensure.ArgumentNotNull(blob, "blob"); return(blob.ContentAsText(Encoding.Unicode)); }