This action allows the user to import the Preset file to the given preset. The function call takes in 2 arguments. Return type is a SSPResult which contains a IsSuccess flag for success/failure and Message in the form of list of strings.
SSPResult ImportPreset(string path, string presetName)
SSPResult contains 'IsSuccess' flag and 'Message' information of the ImportPreset action.