### Current behavior `Metadata` is hardcoded to use `-Encoding UTF8`. `UTF8` is `UTF-8 with BOM`. https://github.com/PoshCode/Configuration/blob/244a7cbc6f7f415fb989acb82637d42b46447099/Source/Metadata.psm1#L595 ### Expected behavior `Metadata` should not change the file encoding of the manifest. > Eg: I have my manifest files in `UTF-8 without BOM`