protected virtual Task UpdateModelAsync(TReadModel model)
 {
     return(Repository.AddOrUpdate(model));
 }