public IEnumerable <string> ReadString(IEnumerable <IVariable> variables) { return(Read( variables, Marshalling.CreateArray(variables.Count()), (a, b, c, d) => _library.fmi2GetString(a, b, c, d) ).Select(r => Marshalling.GetString(r))); }