I had a class that resolved to table `dbo.Item` from two distinct C# classes, and it led to unhandled exception [here](https://github.com/adamfoneil/ModelSync/blob/master/ModelSync.Library/Services/AssemblyModelBuilder.cs#L210) I think. The tables were separated by namespace, but this didn't separate them by resolved table name. 