public void The_Implementation_of_IConnectionStringResolver_Should_Be_Custom() { var result = _connectionStringResolver.GetType().Equals(typeof(ConnectionStringResolver)); result.ShouldBeTrue(); }