public static async Task GetOneShipAsync(string ship_id) { var result = await _ship.GetOneShipAsync(ship_id); WriteModel(result); }