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