After server update yesterday I am getting error:

Runtime Error: Types deriving from 'AlphaModel' must implement the 'IEnumerable<Insight> Update(QCAlgorithm, Slice) method. in AlphaModel.cs:line 50

It was working before.

I do have such method in my class:

def Update(self, algorithm, slice):