public System.Threading.Tasks.Task <VelibGuiClient.VelibService.Station> GetNeerestStationAsync(string city, VelibGuiClient.VelibService.Position pos, bool start)
 {
     return(base.Channel.GetNeerestStationAsync(city, pos, start));
 }
 public VelibGuiClient.VelibService.Station GetNeerestStation(string city, VelibGuiClient.VelibService.Position pos, bool start)
 {
     return(base.Channel.GetNeerestStation(city, pos, start));
 }