Method below does not get regionerated. It ends up below all other regions without a surrounding region.
/// <summary>
/// Called when the target dictionary is cleared during a refresh.
/// </summary>
void IDictionaryTransform<string, TDataObject, string, TViewModel>.OnClearTargetDictionary()
{
}
