internal CountCallers(ViewModelMock <TModel> parent) { this.parent = parent; }
internal Verifiers(ViewModelMock <TModel> parent) { this.parent = parent; }
internal CountCallsMethods(ViewModelMock <TModel> parent, int position) { this.parent = parent; this.position = position; }
internal Handlers(ViewModelMock <TModel> parent) { this.parent = parent; }
internal CountCallerMethods(ViewModelMock <TModel> parent, int count) { this.parent = parent; this.count = count; }