public FieldsCsvExporter(IApi apiClient, string[] fieldNames) { this.fieldNames = FieldNameList.Split(fieldNames); ApiClient = apiClient; }