namespace Manager.YouTube.Util.Cipher.Operations; public interface ICipherOperation { string Decipher(string cipherSignature); }