public System.Threading.Tasks.Task <CosmosAdventureClient.CosmicAdventureService.Starship> SendStarshipAsync(CosmosAdventureClient.CosmicAdventureService.Starship starship, string systemName)
 {
     return(base.Channel.SendStarshipAsync(starship, systemName));
 }
 public CosmosAdventureClient.CosmicAdventureService.Starship SendStarship(CosmosAdventureClient.CosmicAdventureService.Starship starship, string systemName)
 {
     return(base.Channel.SendStarship(starship, systemName));
 }