private string AudioFileName(string text, Params param) { var source = text + param.ToString(); return(AudioHelper.Md5(source) + ".wav"); }