public async Task <BaseResponse> ExecuteSqlCommandAsync() { return(SetStatusCode(await _sqlService.ExecuteSqlCommandAsync())); }