using System; using System.Collections.Generic; namespace yavscModel.WorkFlow { public interface IWFCommand { } }