public bool Remove(string columnName, string guid) { return(dataClient.DeleteOne(columnName, guid)); }