Typically it should have the form
TemplateFilePath.Path = "myFolder\MyStateFileName_{0}.sta1d"
where the placeholder is replaced with the simulation date and time for that state.
If the TemplateFilePath does not contain any placeholder, one is inserted automatically as the last part of the filename.
public FilePath TemplateFilePath { get; set; }