I have a class that is generated by a third party tool:
public partial class CloudDataContext : DbContext { // ...SNIPPED... public DbSet
IN my Case problem was that interface Method that was implemented in other part of the partial class was not compiling and C# was giving error of not implemented Method