public function deleteActionDataByPluginKey($pluginKey)
 {
     return $this->actionDataDao->deleteByPluginKey($pluginKey);
 }