namespace SharpUI.Source.Common.Util.Encryption { public interface IConvertProxy { string ToBase64String(byte[] inArray); } }