namespace IdentityServer.Application.Services.Abstractions
{
public interface IBehaviorService
void FillTokenStore();
}