WPF app with MapView BaseLayer created from the tiled service, "https://services.arcgisonline.com/arcgis/rest/services/World_Topo_Map/MapServer". I created RasterLayer from USGS tif file and associated xml file with wkid=3387 and put it into OperationalLayers. I have another USGS tif file which has embedded spatial refernce as "Albers_Conical_Equal_Area" (Virginia) and has no problem showing in Map Operational Layer. Both of them have SpatialReference. The only difference is the one which cannot be shown as wkid set and the one which shows up has no wkid but wktext present with "Albers_Conical_Equal_Area". I thought that Operational Layer in a different projection is mapped to be shown in the BaseLayer projection. ArcGISPro v3.4 has no problem showing both Raster Layers. Is there a way to show the alaska albers projection map to be shown in the web mercator? We are using ArcGISRuntime 200.8.0. I cannot submit the files (too big and .tif nor .xml are not allowed).