using System; namespace Unity.Services.Core { /// /// Base contract for a service. /// [Obsolete] public interface IService {} }