Fixed Travis builds
This commit replaced C# 7 expression syntax with generic block syntax on:
- Event accessors
- Constructors
This should fix Travis builds, which use Mono version that lacks C# 7 support.
This commit replaced C# 7 expression syntax with generic block syntax on:
This should fix Travis builds, which use Mono version that lacks C# 7 support.