We are using RavenDB 2.5 and need to set failover connection detail in our C# solution. I found the document that explains how to do this here, http://ravendb.net/docs/article-page/3.0/csharp/client-api/bundles/how-client-integrates-with-replication-bundle#failover-servers
but there is no failover servers property of IDocumentStore in version 2.5.
How to set failover connection details in C# Raven client?