using System; using System.Collections.Generic; namespace Sda.Modeling.Provider.Classes { internal class StartRoleElement : Role, IStartRole { } }