public Task <IResult <T> > UpdateAsync <T>(T model) where T : class { return(_operationProcessor.Process(() => _writeEntitiesImplementation.UpdateAsync(model))); }