diff --git a/Runtime/Services/ServiceManager.cs b/Runtime/Services/ServiceManager.cs
index dbcc986..da50fa2 100644
--- a/Runtime/Services/ServiceManager.cs
+++ b/Runtime/Services/ServiceManager.cs
@@ -1685,7 +1685,7 @@ private bool CanGetService(Type interfaceType, string serviceName)
/// The profile instance.
/// Optional root profile reference.
/// True if a type is matched and a valid is found, otherwise false.
- public bool TryGetServiceProfile(out TProfile profile, ServiceProvidersProfile rootProfile = null)
+ public bool TryGetServiceProfile(out TProfile profile, BaseServiceProfile rootProfile = null)
where TService : IService
where TProfile : BaseProfile
{