using Connected.Annotations;
namespace Connected.Security.Authentication;
[Service]
public interface IAuthenticationTokenService
{
}