public string GetScreenInstructionTest()
        {
            string instruction = _fsc.GetFullScreenInstruction(0);

            return(instruction);
        }