protected override async Task OnSave()
 {
     await TextFileUtility.WriteTextAsync(FilePath, text, Encoding, UseByteOrderMark);
 }