public Mesh ConvertFromObj(string filename) { var obj = _objParser.ReadFromFile(filename).Result; // remove async api return(CreateMesh(obj)); }