I have ...SomeActionMethod([FromBody]MyClassWithAFloatProperty input)..., ...input... has a float property(in c#) and the corresponding typescript property is a ...number.......As soon as the request hits the server the entire object(...input...) is ...nu...