Console.ReadKey() ステートメントが正しく機能する必要がある C# アプリケーションをホストしています。AppHarbor はこれをサポートしていないようで、次のエラーでアプリケーションを終了します。
InvalidOperationException: Cannot read keys when either application does not have a console or when console input has been redirected from a file. Try Console.Read.]
mscorlib_ni!System.Console.ReadKey(Boolean)+0x1ec
ZiFM!ZiFM.Program.Main(System.String[])+0xc0