public GetPluginsByTypeQuery(PluginTypeDto pluginTypeDto)
 {
     PluginType = pluginTypeDto.GetEqualByValue <PluginType>();
 }