public async Task Insert([FromBody] UserModel userModel) { await _userService.Insert(_userFactory.CreateUserDto(userModel)); }