namespace RIZO.Server.IConfiguration { public interface IUtils { string GetMD5Str(string inputStr); } }