protected override async void OnClick()
 {
     await RasterLayersVM.SetCompressionAsync("JPEG", 85);
 }
 protected override async void OnClick()
 {
     await RasterLayersVM.SetResamplingTypeAsync(RasterResamplingType.NearestNeighbor);
 }