public IEnumerable <ApiKeyword> GetKeywords(int projectId)
        {
            var request = _builder.GetKeywordsRequest((int)projectId, false);

            return(_client.GetObjects <ApiKeyword>(request));
        }