public override void ExecuteCmdlet()
 {
     WriteObject(OperationalInsightsClient.GetDeletedWorkspace(ResourceGroupName), true);
 }