namespace Unity.Services.Core.Device.Internal
{
interface IUserIdentifierProvider
string UserId { get; set; }
}