namespace ZhaoXi._001.NET5Demo.Practice.WebApi.Utility.Jwt { public interface ICustomJWTService { string GetToken(string UserName, string password); } }