using System.Threading.Tasks; namespace Netmash.Infrastructure.DatabaseMigration.Services.Abstractions { internal interface IMetadataLocationService { Task Check(); } }