using System.Threading.Tasks; using Bit.Core.Models.Business; using Bit.Core.Models.Table; using System; using System.Collections.Generic; namespace Bit.Core.Services { public interface ISubvaultService { } }