public ResultInfo(string resultIdentifier, string title, ResultIdentifierType type) { ResultIdentifier = resultIdentifier; Title = title; Type = type; }