public async Task <ApiResponse> Get() { return(await _apiLogService.Get()); }
public ApiResponse Get() { return(_apiLogService.Get()); }