export default class LocalEncoding implements Xrm.Encoding { htmlAttributeEncode(arg: string): string { throw new Error("Method not implemented."); } htmlDecode(arg: string): string { throw new Error("Method not implemented."); } htmlEncode(arg: string): string { throw new Error("Method not implemented."); } xmlAttributeEncode(arg: string): string { throw new Error("Method not implemented."); } xmlEncode(arg: string): string { throw new Error("Method not implemented."); } }