using System.Collections.Generic; namespace rail { public class AsyncQuerySpaceWorksResult : EventBase { public uint total_available_works; public List spacework_descriptors = new List(); } }