public int CreateKeyword([FromBody] KeywordContract data) { var resultId = m_catalogValueManager.CreateKeyword(data.Name); return(resultId); }