Create an interface MessageDecoder that has a single method decode(String cipherText) where cipherText is the message to be decoded and another interface MessageEncoder that has a single method encode(String plainText) where plainText is the message to be encoded.