Error on new Cluster method, dotnet sdk

Getting the following error on new Cluster(config) method below:

Please see the picture below:

using (var cluster = new Cluster(config))
{
IBucket bucket = null;
try
{
bucket = cluster.OpenBucket();
//use the bucket here
}