Gets all parameter names using {PARAM} format.
Example : "Move workflow {title} to state {state}." will return title and state.
public static List<string> FindParameters( string value )