using ServerManagerTool.Plugin.Common.Lib; using System.Collections.Generic; namespace ServerManagerTool.Plugin.Common.Delegates { public delegate IList FetchProfilesDelegate(); }